home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 January / macpower199701.bin / AMUG / Internet_24 / RnMac 2.0d5 FAT.sit / rnMac-v2.0d5 Folder / rnMac 2.0d5 (FAT) / rnMac 2.0d5 (FAT).rsrc / TEXT_136_v1.4d0.txt < prev    next >
Encoding:
Text File  |  1996-08-15  |  2.0 KB  |  16 lines

  1. August 1995, v1.4d0
  2. - tweaked threading algorithm so that it sorts by subject first, then by "Message-ID:" and "References:" headers (much better)
  3. - removed Subject/Date threading functionality
  4. - removed block-processing functionality
  5. - hacked threading code so thread summaries are generated completely before being made available to the user (gets rid of those "Thread file is out of date-- use anyway?" messages)
  6. - switched to CodeWarrior as a development environment; this resulted in some bugs that will go away once I reconcile with 4-byte int's (I know I don't *have* to) and the latest Universal headers
  7. - modified subscribed groups window so that it shows the number of unread and the total number of articles in a group (naturally, "total" means both read and unread articles)
  8. - enhanced the code such that all references to deleted articles are removed from the threads database when/if the articles are deleted at quit
  9. - optimized the code for reading in the threads database for currently available articles (i.e. ones currently stored in the news folder hierarchy)
  10. - completely reworked the internal thread database code; cacheing is now done, and the interface to the thread database has been restructured so as to make it easier to finally get the NNTP stuff to work, and to remove the need for an external unbatcher/expirer like ToadNews (sorry John!)
  11. - read the Thread Manager docs窶” maybe I'll actually use it (note that the Thread Manager is related to something very different from the threads discussed in relation to Usenet articles :-)
  12. - ripped out the mail support since I don't have time to support it anymore (get Eudora or FernMail!)
  13. - got NNTP sucking working, now on to posting and getting group names.....
  14. - fiddled with the functionality of the arrow keys; now a left arrow marks an article as read and advances the article selection, and a right arrow marks an article as unread and backs up the article selection
  15. - rewrote most of the file-access code and removed all support for pre-System 7.x calls
  16.